yocto: Switch ostree recipie to pull from GNOME git
authorColin Walters <walters@verbum.org>
Wed, 1 Feb 2012 03:14:06 +0000 (22:14 -0500)
committerColin Walters <walters@verbum.org>
Wed, 1 Feb 2012 03:14:06 +0000 (22:14 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb

index feafe2b9421f8b9e8e21bd961bda755ba7940e2a..a0e732c360ae5abcf84699a5b742184e5db058ca 100644 (file)
@@ -2,8 +2,8 @@ SUMMARY = "GNOME OS management tool"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 
-SRC_URI = "file:///src/ostree"
-S = "${WORKDIR}/ostree"
+SRC_URI = "git://git.gnome.org/ostree;tag=21ab320eef97958256513f26b46cefd8ab687e9a"
+S = "${WORKDIR}/git"
 
 DEPENDS += "libarchive"